Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 12 - Draw Context Objects / Draw Context Objects Reference
Draw Context Objects Routines / Managing Draw Contexts


Q3DrawContext_SetClearImageMethod

You can use the Q3DrawContext_SetClearImageMethod function to set the image clearing method of a draw context.

TQ3Status Q3DrawContext_SetClearImageMethod (
TQ3DrawContextObject context, 
TQ3DrawContextClearImageMethod method);
context
A draw context object.
method
The desired image clearing method of the specified draw context. See page 12-9 for the values that can be passed in this parameter.
DESCRIPTION
The Q3DrawContext_SetClearImageMethod function sets the image clearing method of the draw context specified by the context parameter to the value specified in the method parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996